func math.mod

2 uses

	math (current package)
		mod.go#L26: 	return mod(x, y)
		mod.go#L29: func mod(x, y float64) float64 {